Home / comp / gb / short[] / extract 
Short[].Extract (gb)
Syntax
FUNCTION Extract ( Start AS Integer [ , Length AS Integer ] ) AS Short[]
Removes one or more elements from the array, and return them.

If Length is negative, then all elements from the specified Index are removed.